home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / ColorSaver / GetAttention.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  265b  |  21 lines

  1. /*
  2.  * ColorSaver ARexx example
  3.  * ColorSaver needs to be running.....
  4.  *
  5.  * Simple Attention getter
  6.  */
  7.  
  8. Options FailAt 100
  9.  
  10. Options Results
  11.  
  12. do j = 1 to 3
  13.   do i=0 to 4
  14.     Address COLORSAVER.1 SHIFTR
  15.   end
  16.  
  17.   do i=0 to 4
  18.     Address COLORSAVER.1 SHIFTL
  19.   end
  20. end
  21.